README FILE FOR LOST CITY OF GOLD

This game is the property of Anarchy Entertainment Inc.

See license.txt for the conditions under which this game may be used.


FILE LIST

lostcityofgold.swf - the flash game program
lostcityofgold.html - sample html showing how to run game
license.txt - license terms and conditions
readme.txt - this readme
gamedata.xml - needed to run the game correctly
profiles.xml - needed to run the game correctly
links.xml - (optional) affiliate link configuration


HOW TO PUT THE GAMES ON YOUR SITE

Upload these files including all subdirectories to an appropriate place on
your web server.  Examine the example html file to see the noted tags needed
to run the game.  Place these tags in the appropriate html on your site.

Note, the javascript is needed to make the browser window properly close
when the exit button is clicked within the game.


IF YOU ARE AN AFFILIATE

If you are an affiliate of ours, you may embed your affiliate id into the
game by using the affiliate enabled version of the game and modifying
the links.xml file.  The following example
shows placing the affiliate id 1234.  Substitute the sample 1234 value with
your valid affiliate id.

<?xml version="1.0" encoding="UTF-8"?>
<props>
<download_link>http://www.arcadetown.com/lostcityofgold/download.asp?aid=1234</download_link>
<buy_link>http://www.arcadetown.com/lostcityofgold/ordergame.asp?aid=1234</buy_link>
</props>


CAUTION: LINKS.XML AND DIRECTORY LOCATIONS

Be sure to place the .swf file and .xml file in the same directory as the
html that displays the game. This game tries to load the .xml from the url
of the html. If you must place the .swf in a separate directory, place
the .swf and .xml together in that different directory and reference the game using
an iframe like this example.

<iframe frameborder="0" scrolling="no" width=640 height=480 src="http://www.somesite.com/swf/lostcityofgold/lostcityofgold.swf" align="top"></iframe>

Alternatively you could also use an isapirewrite or htaccess rule to cause
your web server to serve the the xml file from a different location.
